home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFOLDERSELECTOR / TFOLDERSELECTOR.txt
Text File  |  2004-10-12  |  2KB  |  106 lines

  1. object FolderSelector: TFolderSelector
  2.   Left = 199
  3.   Top = 126
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select a folder'
  7.   ClientHeight = 341
  8.   ClientWidth = 409
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     409
  22.     341)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object bOK: TButton
  26.     Left = 296
  27.     Top = 8
  28.     Width = 107
  29.     Height = 25
  30.     Anchors = [akTop, akRight]
  31.     Caption = '&OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object bCancel: TButton
  37.     Left = 296
  38.     Top = 48
  39.     Width = 107
  40.     Height = 25
  41.     Anchors = [akTop, akRight]
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object bNew: TButton
  48.     Left = 296
  49.     Top = 303
  50.     Width = 109
  51.     Height = 25
  52.     Anchors = [akRight, akBottom]
  53.     Caption = 'New...'
  54.     Enabled = False
  55.     TabOrder = 3
  56.     OnClick = bNewClick
  57.   end
  58.   object mlFolders: TMLVGrid
  59.     Left = 8
  60.     Top = 8
  61.     Width = 281
  62.     Height = 320
  63.     Anchors = [akLeft, akTop, akRight, akBottom]
  64.     ColCount = 1
  65.     DefaultRowHeight = 16
  66.     DefaultDrawing = False
  67.     FixedCols = 0
  68.     RowCount = 1
  69.     FixedRows = 0
  70.     Options = [goThumbTracking]
  71.     TabOrder = 0
  72.     OnDblClick = mlFoldersDblClick
  73.     OnKeyDown = mlFoldersKeyDown
  74.     OnMouseDown = mlFoldersMouseDown
  75.     AltDrag = True
  76.     AutoColResize = True
  77.     AutoSearch = True
  78.     MultiSelect = False
  79.     OnFocusItem = mlFoldersFocusItem
  80.     ImmediateSelect = False
  81.     OnDrawItemImage = mlFoldersDrawItemImage
  82.   end
  83.   object bSelectAll: TButton
  84.     Left = 296
  85.     Top = 96
  86.     Width = 107
  87.     Height = 25
  88.     Anchors = [akTop, akRight]
  89.     Caption = 'Select &All'
  90.     TabOrder = 4
  91.     Visible = False
  92.     OnClick = bSelectAllClick
  93.   end
  94.   object bUnselectAll: TButton
  95.     Left = 296
  96.     Top = 136
  97.     Width = 107
  98.     Height = 25
  99.     Anchors = [akTop, akRight]
  100.     Caption = '&Unselect all'
  101.     TabOrder = 5
  102.     Visible = False
  103.     OnClick = bSelectAllClick
  104.   end
  105. end
  106.